[Contents] [Index] [Help] [Browse <] [Browse >]


	General Arguments


	Source/A

		Source file in AmigaGuideŽ format.


	Dest/K

		Destination path for the converted HTML files.

		Together with SingleFile/S, Dest/K determines the
		destination path and file name. Without a given destination,
		a single HTML document will be created named 'out.html'.


	SingleFile/S

		Converts an AmigaGuideŽ document in a single HTML document.


	ArgFile/K

		RDAG2HTML will be forced to interpret the contents of the given
		argument file.


	Images and Buttons


	Icons/S

		Use Images instead of plain text for [Contents], [Index], [Help]
		and [Browse] buttons. The HTML document needs these pictures
		located in 'images/'.

		See in 'HTML/images/' for the default images!

		Defaults:

		Filenames for the enabled AmigaGuideŽ buttons:

		[Contents] ...... 'images/content.gif'
		[Index] ......... 'images/index.gif'
		[Help] .......... 'images/help.gif'
		[Browse <] ...... 'images/prev.gif'
		[Browse >] ...... 'images/next.gif'

		Filenames for the disabled AmigaGuideŽ buttons:

		[Contents] ...... 'images/dcontent.gif'
		[Index] ......... 'images/dindex.gif'
		[Help] .......... 'images/dhelp.gif'
		[Browse <] ...... 'images/dprev.gif'
		[Browse >] ...... 'images/dnext.gif'


	TOCIcon/K

		Image URL for [Contents] button. This may be a path and
		filename on the local server, but you can also use a path
		to a different server.

		ex.

		rx rdag2html your.guide Icons TOCIconURL "images/tocicon.jpg"
		rx rdag2html your.guide Icons TOCIconURL "http://www.super.org/images/toc.jpg"

		This keyword may be used together with Icons/S!


	TOCIconDisabled/K

		Image URL for the disabled [Contents] button. This may be
		a path and filename on the local server, but you can also
		use a path to a different server.


	TOCText/K

		Text for [Contents] button.

		This string will be also used as the alternate text for the
		image. alternate


	IndexIcon/K

		Image URL for [Index] button.  This may be a path and
		filename  on  the local server, but you can also use a path
		to a different server.

	This keyword needs Icons/S!


	IndexIconDisabled

		Image URL for the disabled [Index] button.  This may be a
		path and filename on the local server, but you can also use
		a path to a different server.

		This keyword needs Icons/S!


	IndexText/K

		Text for [Index] button.

		Default: '[Index]'

		This string will be also used as the alternate text for the
		image. alternate


	HelpIcon/K

		Image URL for [Help] button. This may be a path and filename
		on the local server, but you can also use a path to a different
		server.

		This keyword needs Icons/S!


	HelpIconDisabled/K

		Image URL for the disabled [Help] button.  This may be a
		path and filename on the local server, but you can also use
		a path to a different server.

		This keyword needs Icons/S!


	HelpText/K

		Text for [Help] button.

		This string will be also used as the alternate text for the
		image. alternate


	PrevIcon/K

		Image URL for [Browse <] button.

		This keyword needs Icons/S!


	PrevIconDisabled/K

		Image URL for the disabled [Browse <] button.  This may be
		a path and filename on the local server, but you can also
		use a path to a different server.

		This keyword needs Icons/S!


	PrevText/K

		Text for [Browse <] button.

		This string will be also used as the alternate text for the
		image. alternate


	NextIcon/K

		Image URL for [Browse >] button.

		Default: 'images/next.gif'

		This keyword needs Icons/S!


	NextIconDisabled/K

		Image URL for the disabled [Browse >] button.  This may be
		a path and filename on the local server, but you can also
		use a path to a different server.

		This keyword needs Icons/S!


	NextText/K

		Text for [Browse >] button.

		This string will be also used as the alternate text for the
		image. alternate


	HideDisabledLinks/K

		Disabled AmigaGuideŽ buttons will not appear in the HTML
		document.


	TOC/K

		URL for the 'Contents' document.

		This argument overrides the MAIN node's AmigaGuideŽ
		@TOC tag. All other nodes are not affected by this
		argument.


	Index/K

		URL for an 'Index' document

		This argument overrides the AmigaGuideŽ @INDEX tag.


	Help/K

		URL for a 'Help' file

		This argument overrides the AmigaGuideŽ @HELP tag.


	Background, Text-, Link Color and Style


	Background/K

		URL of the background image.  The URL may be a local
		filename on the server, but it's also possible to use a
		path to a different server.

		ex.

		rx rdag2html source.guide Background Background "img/bg.jpg"
		rx rdag2html source.guide Background Background "http://www.highlife.org/images/bground.gif"


	BGColor/K

		Color value for background

		The color values are written in hexadecimal with a leading #.

		Format: #rrggbb

		r ... red
		g ... green
		b ... blue

		ex. rx rdag2html source.guide BGColor #ff9933


	TextColor/K

		Specifies the text color used for your document.


	LinkColor/K

		Specifies the link color used for your document.


	ALinkColor/K

		Specifies the color used for active links
	

	VLinkColor/K

		Specifies the color used for visited links


	FontSize/K

		Font size for the node text. Valid values are
		from 1 to 7. It's also possible to use relative values
		like -1 or +2. Values outside of this range are ignored
		by your HTML browser.


	NoHR/S

		Disables the 
tag at the end of the HTML document or between two nodes in the SingleFile mode. Header and Footer Header/K Include a header file in the HTML document. Footer/K Include a footer file in the HTML document. Nodenames and Filenames NoLowerCase/S Disable the lower case conversion of node names. 8Point3/S Node names will be stripped down to fit MS-DOS filename limits. Suffix/K Specifies the suffix used for the filenames. You will need also the dot for the suffix. ex. rx rdag2html your.guide Suffix .shtml 8Point3/S will override your given suffix! NoStrip/S Disable the strip option for node names. Overrides 8Point3! Variable Names for the Argument File You may control the following variables in the ArgFile: Argument variables Type Name Comment Boolean argArray.SingleFile String argArray.TOC String argArray.Index String argArray.Help Boolean argArray.Icons String argArray.TOCIcon String argArray.TOCIconDisabled String argArray.TOCText String argArray.IndexIcon String argArray.IndexIconDisabled String argArray.IndexText String argArray.HelpIcon String argArray.HelpIconDisabled String argArray.HelpText String argArray.PrevIcon String argArray.PrevIconDisabled String argArray.PrevText String argArray.NextIcon String argArray.NextIconDisabled String argArray.NextText Boolean argArray.HideDisabledLinks String argArray.Background String argArray.BGColor String argArray.TextColor String argArray.LinkColor String argArray.ALinkColor String argArray.VLinkColor String argArray.FontSize Boolean argArray.NoHR String argArray.Header Name of the header file String argArray.Footer Name of the footer file Boolean argArray.NoLowerCase Boolean argArray.8Point3 String argArray.Suffix Boolean argArray.NoStrip Boolean argArray.NoInternational Internal variables (Note: This may change in the future!) String footer Text for footer String header Text for header The contents of the ArgFile will be interpreted line by line and must be ARexx syntax. See also the argument file example Important!!! Some Arguments, may override others, if they are used in the ArgFile. ° argArray.Header will override header! ° will override footer! ° argArray.8point3 will override argArray.Suffix! Arguments contained in ArgFile overrides the shell arguments!

Converted on 12 Jan 1997 with RexxDoesAmigaGuide2HTML 2.1 by Michael Ranner.